WinUI | ComponentOne
C1.WinUI.Core Assembly / C1.WinUI.Core Namespace / PropertyChangingEventArgs<T> Class / OldValue Property
In This Topic
    OldValue Property (PropertyChangingEventArgs<T>)
    In This Topic
    The value of the property before the change.
    Syntax
    public T OldValue {get; set;}
    See Also